PXC Documentation

PXC Home

Image Array

pre 1.18

Load multiple images from your computer as array.

Node Data

Display name

Image Array

Internal name

Node_Image_Sequence

Inheritances

Node_Image_Sequence

Inputs

Image

fpath

Paths

ipadding

Padding

enum

Canvas Size

enum

Sizing Method

Outputs

surface

Surfaces Out

path

Paths

integer

Dimensions

Attributes

Color Depth

Import array of image path into surface array.



Properties


Image
PathArray of path to the images files.
PaddingApply extra padding in each images.
Canvas SizeDefine the surface size to use when importing images with different dimensions.
- Individual: Each surface use their own dimension.
- Maximum: All surfaces will use the largest dimension.
- Minimum: All surfaces will use the smallest dimension.
Sizing MethodMethod for adjusting surface size when select Maximum or Minimum mode.
- Padding/Crop: Keep original image resolution and add empty pixel or crop the content to size.
- Scale: Scale image to the new dimension.



Related Links